home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Roboty
/
ROBOTS_CD.iso
/
CD
/
circuits.dxr
/
00032_go next.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-05-13
|
168 b
|
16 lines
on mouseUp me
if the frameLabel = "taskend" then
go("1")
else
go(#next)
end if
end
on mouseWithin me
cursor(280)
end
on mouseLeave me
cursor(0)
end